Skip to content

[3.7] bpo-35726: Prevented QueueHandler formatting from affecting other handlers (GH-11537)#12716

Merged
ned-deily merged 1 commit into
python:3.7from
tirkarthi:backport-da6424e-3.7
May 2, 2019
Merged

[3.7] bpo-35726: Prevented QueueHandler formatting from affecting other handlers (GH-11537)#12716
ned-deily merged 1 commit into
python:3.7from
tirkarthi:backport-da6424e-3.7

Conversation

@tirkarthi

@tirkarthi tirkarthi commented Apr 7, 2019

Copy link
Copy Markdown
Member

QueueHandler.prepare() now makes a copy of the record before modifying and enqueueing it, to avoid affecting other handlers in the chain.
(cherry picked from commit da6424e)

Co-authored-by: Manjusaka lizheao940510@gmail.com

https://bugs.python.org/issue35726

…er handlers (pythonGH-11537)

QueueHandler.prepare() now makes a copy of the record before modifying and enqueueing it, to avoid affecting other handlers in the chain.
(cherry picked from commit da6424e)

Co-authored-by: Manjusaka <lizheao940510@gmail.com>
@tirkarthi

Copy link
Copy Markdown
Member Author

@vsajip I went ahead and created a manual backport since miss-islington didn't create one after 3 hours. Currently @bedevere-bot seems to have issues in detecting issue number to all branches which is tracked at python/core-workflow#321

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants